shubh - HTMLify profile

shubh
87 Files
18953 Views
Latest files of /shubh/html css project
body{
background-color: black;
background-image: url("BackgroundImage.png");
background-size: cover;
}
p{
color: white;
font-family: fantasy;
background-color: black;
background-image: url("BackgroundImage.png");
background-size: cover;
}
p{
color: white;
font-family: fantasy;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Cards</title>
<link rel="stylesheet" href="style.css">
</head>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Cards</title>
<link rel="stylesheet" href="style.css">
</head>